Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #748 +/- ##
==========================================
- Coverage 86.37% 86.13% -0.25%
==========================================
Files 145 145
Lines 3141 3158 +17
Branches 253 256 +3
==========================================
+ Hits 2713 2720 +7
- Misses 376 390 +14
+ Partials 52 48 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2d2aa8d to
b0db81b
Compare
Contributor
916ae75 to
ea4c9de
Compare
e174b5b to
0df912d
Compare
13d2375 to
9826e1f
Compare
e000930 to
ae109c4
Compare
previously the CELERY_RESULT_BACKEND envvar was used for this setting
including setup config step
because the dependency on django.contrib.sites has been removed
…s for celery, flower, etc.)
51c6f4e to
7f2b874
Compare
cbor2==5.9.0 cryptography==46.0.6 requests==2.33.1 pygments==2.20.0 django==5.2.13
7f2b874 to
cef66f4
Compare
if the check fails due to unimported types, upgrade check raises a generic message otherwise
cef66f4 to
06f62ae
Compare
Floris272
approved these changes
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #730
Changes